

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



img {
    border: 0;
}



button {
    outline: 0;
}


button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}

li {
    list-style: none;
}



.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
	display: none
}

.clearfix {
}

/* 必要布局样式css */
.product-number-info {
   
    position: relative;
}

.product-number-info .product-number-inner {
    width: 96%;
    margin: 0 auto;
    max-width: 1600px;
}

.product-number-info ul {
    padding: 25px 0px 0px 0px;
	display: -webkit-flex; /* Safari */
  display: flex;
	justify-content:space-between;
	margin: 0px;
}

.q {
    zoom: 1; }

.product-number-info li {
        padding-top: 1px;
}

.product-number-info li:first-child {
    border: none;
}

.product-number-info li b {
    font-weight: 400;
    font-size: 36px;
    line-height: 1;
    display: inline-block;
    position: relative;
    margin: 5px 0px 5px 0px;
}

.product-number-info li p {
    font-size: 16px;
	line-height: 18px;
}

.product-number-info li b i {
	font-style: normal;
    font-size: 36px;
    color: #333;
	font-family: "Arial", "sans-serif";
}

.product-number-info li b em {
    font-style: normal;
    font-size: 18px;
    font-weight: 100;
    padding-left: 2px;
    position: relative;
    top: -4px;
	color: #666;
}
.product-number-info li b sup{font-size: 18px; top: -.8em;}
.product-number-info li b em sup{font-size: 16px; top: -.5em;}
.product-number-info li span{ display: block; font-size: 44px;  color: #174e94;}
.product-number-info li:nth-child(2) span{color: #f7cd40;}
.product-number-info li:nth-child(4) span{color: #f7cd40;}

